@charset "UTF-8";
/**
 +------------------------------------------------------------------------------
 * ************   Common Css   ************
 +------------------------------------------------------------------------------
 */
@font-face {font-family: "tel";
  src: url('fonts/montserrat.woff2?t=20220101');
}

/**
 +------------------------------------------------------------------------------
 * ************   Swiper Css   ************
 +------------------------------------------------------------------------------
 */
:root { --swiper-theme-color: #007aff }
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
.swiper-vertical>.swiper-wrapper { flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0) }
.swiper-pointer-events { touch-action: pan-y }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform }
.swiper-slide-invisible-blank { visibility: hidden }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, .15) }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999 }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after) }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after) }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center }
/**
 +------------------------------------------------------------------------------
 * ************   Public Css   ************
 +------------------------------------------------------------------------------
 */
/*header*/
header {background-color: #fff; box-shadow: 0px 3px 4px rgb(0 0 0 / 10%) }
.headbar { display: flex; align-items: center; justify-content: space-between; padding-top: .5rem; padding-bottom: .5rem }
.headbar .logobar { display: flex; align-items: center }
.headbar .logobar span { margin-left: .25rem; padding-left: .25rem; font-size: 18px; letter-spacing: .25rem; text-shadow: .01rem 0 0 currentColor }
.headbar .logobar span p { display: none }
.headbar .logobar .logo { padding-top: 0.25rem; padding-bottom: 0.25rem }
.headbar .logobar .logo img { height: 32px }
.headbar .email { display: none; margin-bottom: 0; font-size: 14px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif }
.headbar .email span { display: block; font-size: 16px; }
.headbar .email span a { color: #0857a4; text-decoration: none }
.headbar .email span a:hover { text-decoration: underline }
.headbar .navbar-toggler { padding: 0 !important }
.headbar .navbar-toggler:focus { box-shadow: none }
.headbar .navbar-toggler .toggler-icon { display: block; padding-top: 3px; padding-bottom: 3px; transition: all .4s ease }
.headbar .navbar-toggler .toggler-icon:before { content: ''; display: block; height: 2px; width: 22px; background-color: #6c757d; border-top-right-radius: 2px; border-bottom-left-radius: 2px; transition: transform .4s ease .2s, background-color .5s ease 0s }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(1) { transform: translateY(8px) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(1):before { transform: rotate(45deg) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(2) { opacity: 0 }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(3) { transform: translateY(-8px) }
.headbar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .toggler-icon:nth-child(3):before { transform: rotate(-45deg) }
.headbar ~ .navbar { padding: 0 }
.navbar .navbar-nav { margin-top: .5rem }
.navbar .navbar-nav .nav-link { padding-top: .75rem; padding-bottom: .75rem; text-shadow: .01rem 0 0 currentColor }
.navbar .navbar-nav .dropdown-toggle { display: block; position: absolute; top: 0; right: 0; z-index: 9; width: 48px; height: 48px; color: #fff; transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1); transform: translateY(0); opacity: 0.8 }
.navbar .navbar-nav .dropdown-toggle i { position: absolute; top: 50%; right: 2px; width: 20px; height: 28px; transform: translateY(-14px) }
.navbar .navbar-nav .dropdown-toggle::after { content: normal }
.navbar .navbar-nav .dropdown-toggle i::before, .navbar .navbar-nav .dropdown-toggle i::after { content: ""; display: block; position: absolute; top: 58%; width: 11px; height: 1px; z-index: 9; border: none; background: rgba(0, 0, 0, .55); transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1) }
.navbar .navbar-nav .dropdown-toggle i::before { right: 50%; border-radius: .5px 0 0 .5px; transform-origin: 100% 100%; transform: rotate(40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle i::after { left: 50%; border-radius: 0 .5px .5px 0; transform-origin: 0% 100%; transform: rotate(-40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle:hover { opacity: 1 }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] { transform: translateY(-8px) }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] i::before { transform-origin: 100% 0%; transform: rotate(-40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-toggle.show[aria-expanded=true] i::after { transform-origin: 0% 0%; transform: rotate(40deg) scaleY(1.1) }
.navbar .navbar-nav .dropdown-menu { background-color: #f7f7f7 }
.navbar .navbar-nav .dropdown-menu li a { display: block; width: 100%; padding: .25rem 1rem; line-height: 32px; font-weight: normal; font-size: 14px; color: #212529; text-decoration: none }
.navbar .navbar-nav .dropdown-menu li a:hover { color: #fff; background-color: #0857a4 }
/*.navbar{
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
}*/
/*.navbar .container-xl {
    background: #0857a4;
    border-radius: 28px;

}*/
.search { position: relative; min-width: 240px }
.search-input { padding-right: 2.5rem; line-height: 20px; font-size: 14px; color: rgba(0, 0, 0, .55); background-color: transparent; border-color: rgba(0, 0, 0, .55); border-radius: .4rem }
.search-input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none }
.search-input::-moz-placeholder { color: rgba(0, 0, 0, .55) }
.search-input::placeholder { color: rgba(0, 0, 0, .55) }
.search-input:focus { color: #0857a4; background-color: transparent; border-color: #0857a4; box-shadow: 0 0 10px 0 rgb(8 87 164 / 20%) }
.search-input:focus ~ .search-btn .search-icon { color: #0857a4 !important }
.search-btn { position: absolute; top: 50%; right: 0; height: 100%; padding: 0 .75rem; -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important; border: none; outline: none; background: none }
.search-btn:focus { box-shadow: none }
.search-btn .search-icon { width: 1rem; height: 1rem; color: rgba(0, 0, 0, .55); stroke-width: 0; stroke: currentColor; fill: currentColor; vertical-align: -.125em }
.search-btn:hover .search-icon { color: #0857a4 }

/*main*/
/*.page-wrapper { max-width: 1170px; margin-right: auto; margin-left: auto; margin-bottom: 21px; position: relative; background-color: #ffffff; -webkit-box-shadow: 0px 0px 10px #cacaca; box-shadow: 0px 0px 10px #cacaca }
*/
.carousel-inner { border-radius: .4rem }
.carousel-item img { max-height: 300px }
.carousel-control-next, .carousel-control-prev { width: 5% }
.carousel-indicators { margin-bottom: 1rem }
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border: 1px solid #fff; border-radius: 100%; background-color: initial; background-clip: border-box; opacity: 1 }
.carousel-indicators .active { background-color: #fff }

.main-title { padding-top: 1rem; padding-bottom: 1rem; text-align: center }
.main-title h2 { margin-bottom: 0; color: #0857a4; line-height: 24px; font-size: 24px; font-weight: bold; text-transform: uppercase }
.main-title p { margin-top: .5rem; font-size: 18px; margin-bottom: 0; color: #adb5bd }
.main-title span { display: inline-block; position: relative; width: 7px; height: 7px; background: #0857a4; border-radius: 100% }
.main-title span::before, .main-title span::after { content: ""; position: absolute; top: 3px; width: 38px; height: 1px; background: #bfbfbf }
.main-title span::before { right: 17px }
.main-title span::after { left: 17px }

.product-list .col-product { margin-top: .75rem; margin-bottom: .75rem }
.product-list .col-product a { color: #666 }
.product-list .col-product figure { position: relative; width: 100%; margin: 0; border: 1px solid #ccc; border-bottom: none; overflow: hidden }
.product-list .col-product figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.product-list .col-product figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.product-list .col-product a { text-decoration: none }
.product-list .col-product h3 { padding: .75rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 14px; color: #fff; /*background: #0857a4;*/ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;background: #0857a4; }
.product-list .col-product a:hover h3 { background: #276db1;color:#fff;}

.app-box { position: relative; margin-top: 2rem; padding-bottom: 2rem; /*-webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important; box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important*/ }
.app-sidebar { flex: 0 0 auto; width: 20% }
.app-sidebox { background: #fff }
.app-sidebox h3 { width: 100%; height: 92px; margin-bottom: 0 !important; padding-left: 30px; line-height: 92px; font-weight: 700; font-size: 20px; color: #fff; background: #0857a4 }
.app-sideber-menu, .app-sideber-menu-left { margin-bottom: 0 !important }
.app-sideber-menu li a { display: block; position: relative; width: 100%; height: 92px; padding-left: 30px; line-height: 92px; font-size: 16px; color: #212529; text-decoration: none; border-bottom: 1px solid #e5e8f0;font-weight: 600; }
.app-sideber-menu-left li a { display: block; position: relative; width: 100%; height: 92px; padding-left: 30px; line-height: 92px; font-size: 16px; color: #212529; text-decoration: none; border-bottom: 1px solid #e5e8f0; }
.app-sideber-menu li:last-child a { border-bottom: none }
.app-sideber-menu-left li:last-child a { border-bottom: none }
.app-sideber-menu li a:before { display: block; position: absolute; top: 50%; right: 20px; width: 1rem; height: 1rem; transform: translateY(-50%); background: url(../images/right-angle.png) no-repeat center / contain }
.app-sideber-menu-left li a:before { display: block; position: absolute; top: 50%; right: 20px; width: 1rem; height: 1rem; transform: translateY(-50%); background: url(../images/right-angle.png) no-repeat center / contain }
.app-sideber-menu li a:hover, .app-sideber-menu li.active > a { color: #2e76bd;}
.app-sideber-menu-left li a:hover, .app-sideber-menu-left li.active > a { color: #2e76bd;}
.app-sideber-menu li a:hover:before, .app-sideber-menu li.active a:before { content: '' }
.app-sideber-menu-left li a:hover:before, .app-sideber-menu-left li.active a:before { content: '' }
.app-sidebox a.app-sidebar-more { display: block; width: 100%; height: 92px; padding-left: 30px; line-height: 92px; font-size: 16px; color: #fff; text-decoration: none; background: #b2bcd2 }
.app-sidebox a.app-sidebar-more:hover { background: #0857a4 }
.app-content { flex: 0 0 auto; width: 80% }
.app-content .swiper-wrapper { width: 100%; height: 100%; overflow: hidden }
.app-item figure { width: 100%; height: 235px; margin-bottom: .75rem }
.app-item figure img { width: 100%; height: 235px }
.app-list { margin-bottom: 0 }
.app-list .col-app { margin-top: .75rem; margin-bottom: .75rem }
.app-list .col-app a { color: #666 }
.app-list .col-app figure { position: relative; width: 100%; height: auto; margin: 0; overflow: hidden; border:1px solid #ccc; }
.app-list .col-app figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.app-list .col-app figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.app-list .col-app a { text-decoration: none }
.app-list .col-app h3 { padding: .75rem .5rem; margin-bottom: 0 !important; line-height: 22px; text-align: center; font-size: 16px; color: #fff; background: #0857a4; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.app-list .col-app a:hover h3 { background: #276db1 }
.app-list .col-app-btn { margin-top: .75rem; margin-bottom: .75rem }
.app-list .col-app-btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 50%; color: #000; font-size: 20px; text-decoration: none; background: #fff }
.app-list .col-app-btn a:last-child { background: #fcc901 }
.app-list .col-app-btn a:hover { color: #fff; background: #0857a4 }

.video-list .col-video { margin-top: .75rem; margin-bottom: .75rem }
.video-list .col-video a { position: relative; color: #666; text-decoration: none }
.video-list .col-video figure { position: relative; width: 100%; height: auto; margin: 0; overflow: hidden }
.video-list .col-video figure:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url(../images/cplay.png) no-repeat center/ cover; transition: .42s ease }
.video-list .col-video figure:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(0, 0, 0, .35); transition: .42s ease }
.video-list .col-video figure:hover:before, .video-list .col-video figure:hover:after { display: block }
.video-list .col-video figure img { display: inline-block; width: 100%; height: 100% }
.video-list .col-video h3 { padding: .75rem; margin-bottom: 0 !important; line-height: 24px; text-align: center; font-size: 16px; color: #fff; background: #0857a4; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.video-list .col-video a:hover h3 { background: #276db1 }

.keynote { position: relative; margin-top: 2rem; padding-bottom: 2rem; background-color: #f1f1f1; -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important; box-shadow: 0 2px 3px rgb(0 0 0 / 13%) !important }
.keynote-item { text-align: center; padding: 20px; margin: 20px 0; background-color: #ffffff !important; -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%); box-shadow: 0 1px 2px rgb(0 0 0 / 10%); border: none !important }
.keynote-item figure { height: 69px }
.keynote-item figure .img-fluid { height: 100% }
.keynote-item h3 { margin-top: 20px; margin-bottom: 20px; font-size: 22px }
.keynote-item p { margin-bottom: 3rem; font-size: 14px; color: #666 }
.keynote-item a.btn { color: #fff; background-color: #0857a4; border-color: #0857a4 }
.keynote-item a.btn:hover { background-color: #276db1; border-color: #276db1 }

.album { position: relative; width: 100%; min-height: 228px }
.album-scrolling { width: 100% }
.album-scrolling ul li { width: calc(25% - 35px); margin-right: 35px; padding: 10px 0 }
.album-scrolling ul li a { display: block; font-size: 0; text-decoration: none }
.album-scrolling ul li a figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 228px; margin: 0; background: #f5f5f5; overflow: hidden }
.album-scrolling ul li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.album-scrolling ul li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.album-scrolling ul li a span { display: block; width: 100%; height: 50px; padding: 0 .75rem; line-height: 50px; font-size: 16px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.album-scrolling ul li a:hover span { color: #0857a4 }
.album .album-prev, .album .album-next { display: block; position: absolute; top: 40%; z-index: 1; width: 40px; height: 40px; line-height: 40px; text-align: center; transform: translateY(-50%) }
.album .album-prev { left: -50px }
.album .album-next { right: -50px }
.album .album-prev .icon, .album .album-next .icon { display: block; width: 2.5rem; height: 2.5rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 2.5rem }
.album .album-prev:hover .icon, .album .album-next:hover .icon { cursor: pointer; color: #0857a4 }

/*list*/
.article-list { margin-bottom: 0 }
.article-list li { margin-bottom: 25px; box-sizing: border-box }
.article-list li a { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1rem; border-radius: 4px; border: 1px solid #e3e3e3; transition: 0.5s; color: #212529; text-decoration: none }
.article-list li a time.date { padding-right: 20px; margin-right: 20px; border-right: 1px solid #aaa; line-height: 25px; white-space: nowrap }
.article-list li a time.date .big { font-size: 22px; font-family: 'tel'; color: #333 }
.article-list li a time.date .small { margin-top: 5px; font-size: 16px; font-family: 'tel'; color: #999 }
.article-list li a h3.tit { width: 100%; max-height: 60px; margin-bottom: 0; font-size: 1rem; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 2; text-overflow: ellipsis; transition: 0.3s }
.article-list li a:hover { background-color: #fff; box-shadow: 0 2px 16px 0 hsl(0deg 0% 71% / 30%) }
.article-list li a:hover .tit { color: #0857a4; transform: translateX(0.3em) }

.pro-img { position: relative; width: 100%; /*height: 200px*/ }
.pro-img h1 { position: absolute; top: 45px; left: 30px; z-index: 2; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: 700 }
.pro-img img { display: block; width: 100%; height: 100% }
.pro-list li:nth-child(n+5) { margin-top: 30px }
.pro-list li a { display: block; position: relative; width: 100%; text-decoration: none; border-radius: 4px; overflow: hidden; box-shadow: 0 0 8px rgb(0 0 0 / 10%); transition: all .36s ease }
.pro-list li a:hover { box-shadow: 0 0 10px -7px rgba(87, 53, 117, 0.13), 0 5px 30px -6px rgba(0, 60, 170, 0.1) }
.pro-list li .pic { position: relative; width: 100%; height: 0; padding-top: 80%; overflow: hidden }
.pro-list li .pic img { position: absolute; top: 0; left: 0; width: 100%; /*height: 180px;*/ transition: all .36s ease }
.pro-list li .pic:before { content: ''; position: absolute; width: calc(100% - 300px); height: calc(100% - 20px); border-top: 2px solid #0857a4; top: 10px; border-bottom: 2px solid #0857a4; display: block; left: 150px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0 }
.pro-list li a:hover .pic:before { left: 10px; width: calc(100% - 20px); z-index: 2; opacity: 1; border-top: 2px solid #0857a4; border-bottom: 2px solid #0857a4 }
.pro-list li .pic:after { content: ''; position: absolute; height: calc(100% - 300px); width: calc(100% - 20px); border-left: 2px solid #0857a4; left: 10px; border-right: 2px solid #0857a4; display: block; top: 150px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0 }
.pro-list li a:hover .pic:after { height: calc(100% - 20px); left: 10px; top: 10px; opacity: 1; background-color: rgba(0, 0, 0, .3); border-left: 2px solid #0857a4; border-right: 2px solid #0857a4 }
.pro-list li .pic .mask { position: absolute; top: 50%; left: 50%; z-index: 1; transition: all .36s ease; opacity: 0; border-radius: 100%; width: 44px; height: 44px; margin: -80px auto auto -20px; border: 2px solid rgba(255, 255, 255, .7); box-sizing: border-box; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0) }
.pro-list li a:hover .pic .mask { margin: -20px auto auto -20px; opacity: 1 }
.pro-list li .pic .mask:before { content: ''; position: absolute; top: 50%; left: 50%; width: 2px; height: 16px; margin: -8px 0 0 -1px; background-color: #fff }
.pro-list li .pic .mask:after { content: ''; position: absolute; top: 50%; left: 50%; height: 2px; width: 16px; margin: -1px 0 0 -8px; background-color: #fff }
.pro-list li .info { padding: 6% 5% 6%; text-align: left; background: #fafafa; transition: padding .36s ease }
.pro-list li a:hover .info { padding-left: 8%; background: #0857a4; background: linear-gradient(90deg, #276db1, #0857a4) }
.pro-list li .info h3 { display: block; height: 24px; margin-bottom: 0; font-size: 14px; color: #333; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s }
.pro-list li a:hover .info h3 { color: #fff }
.pro-list li .info p { margin-top: 6px; margin-bottom: 0; color: #999; text-align: left; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.pro-list li a:hover .info p { color: rgba(255, 255, 255, 0.6) }
.pro-list li a:hover img { -o-transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); -webkit-transform: scale(1.15, 1.15); -moz-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15) }

.app-info { font-size: 14px; line-height: 1.50 }
.app-info a { color: #0857a4; text-decoration: none; font-size: 18px; }
.app-info a:hover { text-decoration: underline }
.app-info>p { margin-top: 1rem }
.app-info h3 { font-size: 18px; font-weight: 700 }
.app-info li { line-height: 28px }

.service { margin-top: 1rem }
.service-img { width: 100%; height: 200px }
.service-img img { display: block; width: 100%; height: 100% }
.service-list h2 { margin-top: 20px; margin-bottom: 10px; color: #0857a4; font-weight: bold; font-size: 28px }
.service-list h2 span { color: #f00; }
.service-list h3 { font-size: 1.2em; font-weight: bold; color: #0857a4 }
.service-list ul { padding-bottom: 1.5rem }
.service-list ul li { flex: 0 0 auto; width: 25%; line-height: 32px; font-size: 15px }
.service-list ul li a { color: #212529; text-decoration: none }
.service-list ul li a svg { margin-right: .5rem; vertical-align: middle; color: #0857a4 }
.service-list ul li a:hover { color: #0857a4; text-decoration: underline }

.images-list .col-images { margin: .75rem 0 }
.images-list .col-images figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 228px; margin: 0; background: #f5f5f5; border: 1px solid #ddd; overflow: hidden }
.images-list .col-images figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.images-list .col-images figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.images-list .col-images span { display: block; width: 100%; height: 36px; padding: 0 .75rem; line-height: 36px; font-size: 14px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.images-list .col-images:hover span { color: #0857a4 }

.video-list.video-inner .sidebar-video { position: relative; width: 100%; height: 236px }
.video-list.video-inner .col-video h3 { color: #212529; background: transparent }
.video-list.video-inner .col-video:hover h3 { color: #0857a4 }
.video-list.video-inner #video { position: absolute; top: 50%; left: 50%; z-index: 101; transform: translate(-50%, -50%); width: 1000px; height: auto }

.pagebar { padding: 20px 0 }
.pagebar .pagination { display: flex; justify-content: center }
.pagebar .pagination a, .pagebar .pagination span { min-width: 40px; height: 40px; line-height: 40px; text-align: center; color: #606266; font-size: 16px; padding: 0 12px; margin: 0 6px; background: #f0f2f5; border-radius: 3px; text-decoration: none }
.pagebar .pagination a.page-size { font-size: 20px }
.pagebar .pagination a:hover, .pagebar .pagination a.page-num-current { color: #fff; background: #003f96 }
.pageno { padding: 20px 0; text-align: center; font-size: 14px; color: #999 }

/*single*/
.sidebar{ padding: 1rem .75rem 1.5rem }
.sidebar .accordion-item { border: none }
.sidebar .accordion-item + .accordion-item { margin-top: 5px }
.sidebar .accordion-item:first-of-type, .sidebar .accordion-item:first-of-type .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0 }
.sidebar .accordion-item:last-of-type, .sidebar .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0 }
.sidebar .accordion-button { padding: .75rem 1.25rem; color: #fff; background-color: #999 }
.sidebar .accordion-button:not(.collapsed) { color: #fff; background-color: #0857a4 }
.sidebar .accordion-button:focus { border-color: none; box-shadow: none }
.sidebar .accordion-button::after { width: 1rem; height: 1rem; background-image: url(../images/icons_plus_square.svg); background-size: 1rem }
.sidebar .accordion-button:not(.collapsed)::after { background-image: url(../images/icons_dash_square.svg); transform: none }
.sidebar .accordion-body { padding: 5px; border: 1px solid #f0f0f0; border-top: none; background-color: #fafafa }

.sidebar-video { position: relative; width: 100%; height: 200px }
.sidebar-video:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 60px; height: 60px; background: url(../images/cplay.png) no-repeat center/ cover; transition: .42s ease }
.sidebar-video:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(0, 0, 0, .35); transition: .42s ease }
.sidebar-video:hover:before, .sidebar-video:hover:after { display: block }
.sidebar-video:hover { cursor: pointer }
.sidebar-videos { display: none; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; width: 100vw; height: 100vh; background: rgb(0 0 0 / 68%) }
.sidebar-vclose { position: absolute; top: 18%; right: 50%; z-index: 101; width: 25px; height: 25px; border-radius: 100%; cursor: pointer; transform: translate(500px, 0); border: none; outline: none; background: rgb(0 0 0 / 1%) url(../images/icon_close.svg) no-repeat center/ cover }
.sidebar-vclose:hover { background-color: #0857a4 }
.sidebar #video { position: absolute; top: 50%; left: 50%; z-index: 101; transform: translate(-50%, -50%); width: 1000px; height: auto }

.sidebar-hc { margin-bottom: 0; line-height: 24px; align-items: center; font-size: 12px }
.sidebar-hc img { width: 100%; height: auto }
.sidebar-hc li { font-weight: 600 }
.sidebar-hc li a{ font-weight: 400 }

.sidebar-contact { width: 100%; margin-top:20px; color: #000; background-color: #fafafa; text-align:center; border: 1px solid #e9e9e9;}
.sidebar-contact h3 { font-size: 21px }
/*.sidebar-contact h3:after { content: ""; display: block; height: 5px; margin-top: 10px; background: #0857a4 }*/
.contact-ti{background-color:#0857a4;color:#fff; height:50px;line-height:50px;}
.sideber-contact-info { margin-top: 10px }
.sideber-contact-info p { margin-bottom: 0 }

.relimg-scrolling { width: 100% }
.relimg-scrolling ul { margin-bottom: 0 }
.relimg-scrolling ul li { width: calc(33.33% - 10px); margin-right: 10px; padding: 10px 0; cursor: grab }
.relimg-scrolling ul li figure { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100px; margin: 0; background: #fafafa; overflow: hidden }
.relimg-scrolling ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.relimg-scrolling ul li figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.relimg-switch { display: flex }
.relimg-switch .relimg-prev, .relimg-switch .relimg-next { display: block; width: 26px; height: 26px; line-height: 26px; text-align: center; background: #e5e3e3 }
.relimg-switch .relimg-prev .icon, .relimg-switch .relimg-next .icon { display: inline-block; width: 1rem; height: 1rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1rem }
.relimg-switch .relimg-prev:hover, .relimg-switch .relimg-next:hover { background: #0857a4 }
.relimg-switch .relimg-prev:hover .icon, .relimg-switch .relimg-next:hover .icon { cursor: pointer; color: #fff }
.relimg-switch .relimg-prev.swiper-button-disabled, .relimg-switch .relimg-next.swiper-button-disabled { display: none !important }

.sidebar-news { margin-bottom: 0 }
.sidebar-news li a { display: block; color: #242424; padding: 10px 0 10px 16px; line-height: 21px; font-size: 14px; border-bottom: 1px dotted #ddd; background: url(../images/icon_double_right.png) no-repeat left center; transition: all .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-decoration: none }
.sidebar-news li a:hover { color: #0857a4; border-bottom-color: #0857a4 }

.sidebar-pro { margin-bottom: 0 }
.sidebar-pro li a { display: block; font-size: 0; text-decoration: none }
.sidebar-pro li a figure { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 107px; margin: 0; background: #f5f5f5; border: 1px solid #ddd; overflow: hidden }
.sidebar-pro li a figure img { display: inline-block; /*width: 100%;*/ height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.sidebar-pro li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.sidebar-pro li a span { display: block; width: 100%; height: 36px;  line-height: 36px; font-size: 14px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.sidebar-pro li a:hover span { color: #0857a4 }

.content { padding: 1rem .75rem 1.5rem; background: #fff }
.position { display: none }

.banner { color: #fff; background-color: #f1f1f1; border-bottom: 1px solid #eaeaea }
.banner .banner-box { position: relative; width: 100%; height: 341px; padding: 45px 0 25px 30px; background-repeat: repeat }
.banner h1 { font-size: 24px; text-transform: uppercase; font-weight: 700 }
.banner .separator-2 { display: block; width: 30px; height: 5px; margin: 15px 0 15px; background-color: #cccccc; position: relative }
.banner p { font-size: 21px }

.banner + .article{ padding-top: 10px }
.article { position: relative; width: 100%; padding-bottom: 10px }
.article .article-tit {border-bottom: 1px solid #eee }
.article .article-tit h1 { font-size: 32px; color: rgba(0, 0, 0, .85); line-height: 40px; margin: 8px 0; word-wrap: break-word; word-break: break-all }
.article .article-tit h2 { font-size: 16px; font-weight:bold; color: rgb(0, 112, 192); line-height: 34px; margin: 5px 0; word-wrap: break-word; word-break: break-all }
.article .article-tit .profile { font-size: 12px; color: #9199a1; line-height: 24px }
.article .article-tit .profile time, .article .article-tit .profile span { margin-right: 24px }
.article .article-info { overflow: hidden; padding-top: 10px }
.article .info {  font-size: 18px; color: #080808 }
.article .info p { text-indent: 0; color: #1c1f21 }
.article .info img { max-width: 100%; vertical-align: top }
.article .info a { transition: 0.5s; color: #1c1f21; text-decoration: none }
.article .info a:hover { color: #0857a4; text-decoration: underline }
.article .info strong, .article .info th { font-weight: bold }
.article .fanye { margin-bottom: 10px; padding: 10px 0; line-height: 32px; border-top: 1px solid #f0f1f2 }
.article .fanye strong { color: #0857a4; font-weight: normal }
.article .fanye a { color: #212529; text-decoration: none }
.article .fanye a:hover { color: #0857a4; text-decoration: underline }

.suitable { padding-bottom: 25px;}
.suitable ol { background-color: transparent; margin-bottom: 0; font-size: 18px; padding: 8px 0; color: #c46800; list-style: none; border-radius: 4px }
.suitable ol h4 { font-size: 24px; font-weight: 700; color: #0857a4; margin-top: 10px; margin-bottom: 10px }
.suitable ol > li { display: inline-block }
.suitable ol > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0" }
.suitable ol > li i { display: inline-block; width: 14px; height: 14px; margin-right: 10px; vertical-align: middle; background: url(../images/icon_check.svg) no-repeat center/ cover }

.pro-relevant { position: relative; width: 100%; padding: 25px 0; color: #999; background-color: #f1f1f1;}
.pro-relevant h4 { font-size: 18px; font-weight: 700; color: #999 }
.pro-relevant-scrolling { width: 100% }
.pro-relevant-scrolling ul { margin-bottom: 0 }
.pro-relevant-scrolling ul li { width: calc(20% - 20px); margin-right: 20px; padding: 10px 0 }
.pro-relevant-scrolling ul li a { display: block; font-size: 0; text-decoration: none; background: #fff }
.pro-relevant-scrolling ul li a figure { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 180px; margin: 0; background: #fafafa; overflow: hidden }
.pro-relevant-scrolling ul li a figure p { display: none; position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; width: 100%; height: 36px; margin-bottom: 0; line-height: 36px; text-align: center; font-size: 12px; font-style: italic; color: #212529; transition: .42s ease }
.pro-relevant-scrolling ul li a figure:before { content: ""; display: none; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 25px; height: 25px; background: url(../images/icon_link.svg) no-repeat center/ cover; transition: .42s ease }
.pro-relevant-scrolling ul li a figure:after { content: ""; display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 8; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); transition: .42s ease }
.pro-relevant-scrolling ul li a figure:hover:before, .pro-relevant-scrolling figure:hover:after, .pro-relevant-scrolling figure:hover p { display: block }
.pro-relevant-scrolling ul li a figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.pro-relevant-scrolling ul li a figure:hover img { transform: scale3d(1.1, 1.1, 1) }
.pro-relevant-scrolling ul li a span { display: block; width: 100%; height: 50px; padding: 0 .75rem; line-height: 50px; font-size: 16px; text-align: center; color: #212529; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.pro-relevant-scrolling ul li a:hover { background: #0857a4 }
.pro-relevant-scrolling ul li a:hover span { color: #fff }
.pro-relevant-switch { display: flex }
.pro-relevant-switch .pro-relevant-prev, .pro-relevant-switch .pro-relevant-next { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #fff }
.pro-relevant-switch .pro-relevant-prev .icon, .pro-relevant-switch .pro-relevant-next .icon { display: inline-block; width: 1.5rem; height: 1.5rem; color: #6c757d; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1.5rem }
.pro-relevant-switch .pro-relevant-prev:hover, .pro-relevant-switch .pro-relevant-next:hover { background: #0857a4 }
.pro-relevant-switch .pro-relevant-prev:hover .icon, .pro-relevant-switch .pro-relevant-next:hover .icon { cursor: pointer; color: #fff }

/*footer*/
footer { font-size: 14px; border-top: 1px solid #ddd; background: #f7f7f7;padding-top:20px; }
footer a { color: #666; text-decoration: none }
footer a:hover { color: #0857a4; text-decoration: underline }
.footnav { padding-top: 0 !important; padding-bottom: 1rem !important }
.footnav h5 { font-weight: bold; font-size: 15px }
.footnav ul li { line-height: 32px }
.footnav ul.footnews li { display: flex; align-items: center }
.footnav ul.footnews li:before { display: block; flex-shrink: 0; content: ""; width: 1rem; height: 1rem; margin-right: .5rem; background: url(../images/icon_arrow_right.svg) no-repeat center / contain }
.footnav ul.footnews li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.footnav ul.footcu li { position: relative; display: flex }
.footnav ul.footcu li .icon { display: inline-block; width: 1rem; height: 1rem; margin-top: 8px; margin-right: 8px; color: #0857a4; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1rem }
.footnav ul.footcu li a { margin-left: .25rem }
.copyright { font-size: 12px; border-top: 1px solid #d1d1d1; background-color: #e7e7e7 }
.copyright p { margin-bottom: 0 }
.copyright ul li { padding-left: 1rem; line-height: 1.2; border-left: 1px solid #999 }
.copyright ul li:first-child { border-left: none }

/*floating*/
.floating { position: fixed; top: 58%; right: 0px; /*transform: translateY(-50%);*/ z-index: 999 }
.floating li { position: relative; width: 44px; height: 44px; margin-top: 10px; text-align: center; cursor: pointer; font-size: 14px; color: #212529; border-radius: 100%; background: #fff; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%) }
.floating li:first-child { margin-top: 0 }
.floating li span .icon { display: inline-block; width: 1.25rem; height: 1.25rem; color: #ffffff; stroke-width: 0; stroke: currentColor; fill: currentColor; flex: 0 0 1.25rem;     margin-left: -100px; }
.floating li.sev { height: 50px; padding: 15px 0; right: 5px;  width: 130px; border-radius: 25px; background: #0857a4; }
.floating li.sev > span { display: flex; flex-direction: column; align-items: center; flex-wrap: nowrap; justify-content: center; margin-right: -30px;}
.floating li.sev > span p { margin-top: -20px; margin-bottom: 0; color: #fff; letter-spacing: 3px; writing-mode: horizontal-tb; width:200px;  font-weight: 900;}
.floating li .tooltips { display: none; position: absolute; top: 50%; right: 100%; padding-right: 10px; transform: translateY(-50%) }
.floating li .tooltips-box { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #212529; letter-spacing: 1px; border-radius: 4px; background: #fff; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%); overflow: hidden }
.floating li .tooltips-box.tooltips-inner { line-height: 28px; word-wrap: break-word; word-break: normal; white-space: nowrap }
.floating li .tooltips-box > a { width: 100%; padding: 10px 16px; text-align: left; text-decoration: none; font-weight: 900; }
.floating li .tooltips-box > a:hover { background: linear-gradient(rgb(247 247 247) 0px, rgb(231 231 231) 100%) }
.floating li .tooltips-box > a span { }
.floating li .tooltips-box > a span .icon { margin-right: 8px; width: 1rem; height: 1rem; flex: 0 0 1rem; color: #212529 }
.floating li .tooltips-box > a p { margin-bottom: 0;/* padding-left: 24px;*/ color: #0857a4;line-height: 24px; font-size: 18px; text-align: center;font-family: Arial }
.floating li.gotop { display: none }
.floating li.gotop a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100% }
.floating li.gotop a .icon { width: 1.5rem; height: 1.5rem; flex: 0 0 1.5rem }
.floating li a { color: inherit }
.floating li:hover { color: #fff; background: #0857a4 }
.floating li:hover .icon { color: #fff }
.floating li:hover .tooltips { display: block }
.top-info {margin-bottom: 10px; background-color: #f5f5f5;}
.top-info h1 {font-size: 24px;font-weight: bold;color: rgb(0, 112, 192);}
.left-info, .right-video {margin:20px 0;}
.floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #116bea;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    z-index: 1000;
}
.sidebar-item {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.sidebar-item:last-child {
    border-bottom: none;
}
.sidebar-item:hover {
    background-color: #fff;
    color: #116bea;
}
.sidebar-item:hover i {
    color: #116bea;
}
.sidebar-item span {
    display: block;
}
.qr-code, .side-contact {
    display: none;
    position: absolute;
    right: 102%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
}
.qr-code img, .side-contact p {
    margin: 0;
}
.side-contact {
    white-space: nowrap;
    text-align: left;
}
#back-to-top {
    background: #116bea url(../images/top-arrow-w.png) no-repeat center 14px;
    background-size: 30%;
}
.left-phone {color: #0857a4;font-weight:bold;font-size:18px;}
#back-to-top span {padding-top: 20px;}
.to-top span {color: #fff;}
.iconfont {font-size: 23px;}
.contact-info h5 {line-height:30px;}
.para {width:100%; text-align:center;font-size:14px;line-height: 40px;height:40px;}
.para td {background-color: #f8f8f8;vertical-align: middle}
.hangye-list li a {
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    transition: all .36s ease;
}
.hangye-list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80%;
    overflow: hidden;
}
.hangye-list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    transition: all .36s ease;
}
.card-title {
    display: block;
    height: 24px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.card-subtitle {
    font-size: 14px;
    height: 40px;
}
.text-list-item {
    margin-bottom: 20px;
}
.text-card {
    padding: 20px;
    min-height: 100%;
    box-shadow: 0 20px 50px -5px rgba(63,96,116,0.15),inset 0 0 0 1px rgba(63,96,115,0.15);
}
.text-list-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.text-list-desc {
    color: #6c757d;
}
.text-list-link {
    font-size: 14px;
    color: #0857a4 !important;
    text-decoration: none;
}
.text-list-link:hover {
    text-decoration: underline;
}
.hangye-title {
    text-align:center;
    margin-bottom: 2rem;
}
.col-list .info h3 {
  display: block;
  height: 24px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (min-width:576px) {}
@media (min-width:768px) {
	.headbar { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo img { height: 40px }

	.content { }
	.sidebox:first-child { margin-top: 0 !important }

	.article .fanye .col-md-6:last-child { margin-top: 0; flex-direction: row-reverse }
	.article .fanye-right { text-align: right }
	.article .fanye-right span { margin-right: 0; margin-left: 10px }
	.article .fanye-right span:before { content: ":"; margin-right: .25rem }
	.article .fanye-right span:after { content: ""; margin-right: 0 }
    #headingTwo {margin-top:20px;}
    .contact-info {width: 100%;}
    .info-col {display: flex;align-items: center;background-color: #f8f8f8;padding: 10px;}
    .col-name {font-size: 20px;font-weight: bold;color: #003B90;}
    .col-left {width: 70%;}
    .col-right {width: 30%; margin-left: 20px;}
    .col-table {padding-top: 20px;}
    .col-table table {width: 100%;font-size: 14px;}
    .col-table tbody, .col-table td, .col-table tfoot, .col-table th, .col-table thead, .col-table tr {background-color: #f8f8f8;}
    .col-table td {word-break: break-all;font-size:18px;text-align: center;padding: .1rem;line-height: 50px;height: 50px;border: solid 1px #dcdcdc;color: #666666;}
    .col-right img {margin-bottom:0;}
    .col-table td:first-child {width:30%;}
    .rexian {display: block;text-align: center;margin: 10px 0;font-size: 26px;color: #3F7FF0;}
    .call {display: block;text-align: center;font-size: 14px;color: #aeaeae;margin:20px 0;}
    .call-icon {margin-top: 20px;}
}
@media (min-width: 992px) {
	header {position: relative;height:150px;}
	.headbar { padding-top: .5rem; padding-bottom: .5rem }
	.headbar .logobar .logo { padding-top: 0.5rem; padding-bottom: 0.5rem }
	.headbar .logobar .logo img { height: 50px }
	.headbar .logobar span { margin-left: .75rem; padding-left: .75rem; line-height: 32px; font-size: 24px; letter-spacing: 6px; text-shadow: .01rem 0 0 currentColor; border-left: 2px solid #231815 }
	.headbar .logobar span p { display: block; margin-bottom: 0; color: #0857a4; line-height: 1.5; font-size: 18px; letter-spacing: 0; text-shadow: .03rem 0 0 currentColor }
	.headbar .email { display: block !important }
	.headbar .navbar-toggler { display: none }
	.navbar .navbar-nav { margin-top: 0 }
	.navbar-light .navbar-nav .nav-link { position: relative; margin-right: .75rem; margin-left: .75rem; padding-top: .75rem; padding-bottom: 1.25rem; font-size: 16px; text-align: center; text-transform: uppercase; transition: all .3s ease-out 0s }
	.navbar-light .navbar-nav li:first-child .nav-link { margin-left: 0 }
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { }
	.navbar-light .navbar-nav .nav-link:before { content: " "; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0; height: 3px; background: #0857a4; transition: all 0.5s }
	.navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .dropdown:hover .nav-link:before { width: 100% }
	.navbar-expand-lg .dropdown:hover>.dropdown-menu { display: block; -webkit-animation: slide-up .25s ease-in-out; animation: slide-up .25s ease-in-out }
	/*.navbar .navbar-nav .dropdown-menu { max-height: calc(100vh - 100px); overflow-y: auto; left: 0.5rem; min-width: 135px; padding: 10px 0px; border-radius: 0.4rem; border-top-left-radius: 0; border-top-right-radius: 0; border: 0; background-color: #f7f7f7; box-shadow: 0 10px 10px -7px rgb(87 53 117 / 13%), 0 10px 10px -6px rgb(0 60 170 / 10%) }*/
	.navbar .navbar-nav .dropdown-menu::-webkit-scrollbar { width: 5px; height: 5px }
	.navbar .navbar-nav .dropdown-menu li a { padding: 3px 28px; white-space: nowrap }
	.navbar .navbar-nav .dropdown-toggle { display: none }
    .navbar> .navbar-nav> .parent-list> .dropdown-menu {position: absolute;z-index: 1000;display: none;float: left;padding: 10px 0;margin: 2px 0 0;margin-top: 2px;}
    .parent-list >.lv3{display: none;top: auto;right: auto;left: 100%;margin-top: -36px;}
    .side-lv2 {list-style:none; margin-left:0;}
}
@media (min-width:1200px) {
	::-webkit-scrollbar { width: 10px; height: 10px }
	::-webkit-scrollbar-button:vertical { display: none }
	::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { background-color: #fff }
	::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(0, 0, 0, .3) }
	::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0, 0, 0, .35) }
	::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0, 0, 0, .38) }

	.headbar { padding-top: .5rem; padding-bottom: .5rem }
	.headbar .logobar .logo img { height: 50px }

	.position { display: block; text-align: left; font-size: 16px; color: #666 }
	.position a { position: relative; padding: 0 5px; color: #666; text-decoration: none }
	.position a:before { content: ""; display: inline-block; width: 10px; height: 10px; margin-top: -1px; margin-right: .5rem; vertical-align: middle; background: url(../images/icon_right_position.svg) no-repeat }
	.position a:first-child:before { content: normal }
	.position a:hover { color: #0857a4 }
	
	.video-list .col-video figure { height: 206px }
    .crumbs {display:flex; justify-content: space-between;align-items: center;margin-top:10px;}
    .nav-title {font-size: 22px;color: #000000;border-bottom: 2px solid #0075e3;height: 57px;line-height: 57px;display: inline-block;position: relative;}
    .navbar-nav li:nth-child(2) .dropdown-menu {column-count: 2;width: 300px;column-gap: 10px;}
}
@media (min-width:1400px) {

}

@media screen and (min-width:992px) and (max-width:1200px) {
	.navbar-light .navbar-nav .nav-link { margin-right: 0.2rem; margin-left: 0.2rem; padding-top: .75rem; padding-bottom: 1.25rem; font-size: 15px }
	.navbar .navbar-nav .dropdown-menu { left: 0.2rem }
}

@media (max-width:1399.98px) {}
@media (max-width:1199.98px) {}
@media (max-width:991.98px) {
	.navbar { max-height: calc(100vh - 64px); overflow-y: auto }
	.navbar .search { width: 100%; margin: .75rem 0 1.25rem }

	.copyright .d-flex { flex-wrap: wrap !important; justify-content: center !important }
	.copyright { text-align: center }
	.copyright .nav { margin-top: .75rem }
}
@media (max-width:767.98px) {
    header{height:60px;}
    .pro-img h1 {font-size:16px;top: 10px;}
    .app-list .col-app h3 {font-size:14px;}
}
@media (max-width:575.98px) {
	.app-sidebar { flex: 0 0 auto; width: 100% }
	.app-sidebox h3 { height: 60px; line-height: 60px }
	.app-sideber-menu li a { height: 50px; line-height: 50px }
	.app-sidebox a.app-sidebar-more { height: 60px; line-height: 60px }
	.app-content { flex: 0 0 auto; width: 100%; margin-top: 1.5rem }
	.app-item figure { width: 100%; height: 120px; margin-bottom: .75rem }
	.app-item figure img { width: 100%; height: 120px }
	.app-list .col-app-btn { min-height: 120px }
	.album .album-prev, .album .album-next{ display: none }
	.footnav { padding-bottom: 2rem !important }
	.sidebar {display: none !important;}
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .copyright{ padding-bottom: 59px }
}
.xt {background-color: #f1f1f1; }
.product-list {margin:10px 0;}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  gap: 0;
}

.contact-item {
  flex: 1 1 25%;
  text-align: center;
  padding: 20px 10px;
  min-width: 200px;
  box-sizing: border-box;
}

.contact-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.contact-title {
  font-weight: bold;
  margin-top: 10px;
}

.contact-text {
  color: #666;
  font-size: 18px;
}

.qr-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* 分割线 */
.v-divider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
}

/* 三根分割线，定位在列之间 */
.v1 { left: 25%; }
.v2 { left: 50%; }
.v3 { left: 75%; }

/* 移动端隐藏分割线 */
@media (max-width: 767.98px) {
  .v-divider {
    display: none;
  }
  .contact-item {
    flex: 1 1 50%;
    border-top: 1px solid #e0e0e0;
  }
  .contact-item:nth-child(1),
  .contact-item:nth-child(2) {
    border-top: none;
  }
}